Package com.cisco.pt.ipc.sim.pdu
Interface PaasFileContent
- All Superinterfaces:
FileContent,IPCData,Pdu,Signal
- All Known Implementing Classes:
PaasFileContentImpl
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetPythonCartridge(boolean pythonCartridge) voidsetYoctoCartridge(boolean yoctoCartridge) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getPythonCartridge
boolean getPythonCartridge()- Returns:
- boolean Returns a boolean
-
setPythonCartridge
void setPythonCartridge(boolean pythonCartridge) - Parameters:
pythonCartridge- Takes in a parameter of pythonCartridge
-
getYoctoCartridge
boolean getYoctoCartridge()- Returns:
- boolean Returns a boolean
-
setYoctoCartridge
void setYoctoCartridge(boolean yoctoCartridge) - Parameters:
yoctoCartridge- Takes in a parameter of yoctoCartridge
-